Skip to content

Latest commit

 

History

History
197 lines (174 loc) · 5.29 KB

resources.mdx

File metadata and controls

197 lines (174 loc) · 5.29 KB
title description hideToc
Resources
Resources for getting started building with Supabase.
true

{/* */}

{ [ { title: 'Examples', hasLightIcon: true, href: '/guides/resources/examples', description: 'Official GitHub examples, curated content from the community, and more.', }, { title: 'Glossary', hasLightIcon: true, href: '/guides/resources/glossary', description: 'Definitions for terminology and acronyms used in the Supabase documentation.', } ] .map((resource) => { return ( {resource.description} )

})}

Migrate to Supabase

{ [ { title: 'Firebase Auth', icon: '/docs/img/icons/firebase-icon', href: '/guides/resources/migrating-to-supabase/firebase-auth', description: 'Move your auth users from a Firebase project to a Supabase project.', }, { title: 'Firestore Data', icon: '/docs/img/icons/firebase-icon', href: '/guides/resources/migrating-to-supabase/firestore-data', description: 'Migrate the contents of a Firestore collection to a single PostgreSQL table.', }, { title: 'Firebase Storage', icon: '/docs/img/icons/firebase-icon', href: '/guides/resources/migrating-to-supabase/firebase-storage', description: 'Convert your Firebase Storage files to Supabase Storage.' }, { title: 'Heroku', icon: '/docs/img/icons/heroku-icon', href: '/guides/resources/migrating-to-supabase/heroku', description: 'Migrate your Heroku Postgres database to Supabase.' }, { title: 'Render', icon: '/docs/img/icons/render-icon', href: '/guides/resources/migrating-to-supabase/render', description: 'Migrate your Render Postgres database to Supabase.' }, { title: 'Amazon RDS', icon: '/docs/img/icons/aws-rds-icon', href: '/guides/resources/migrating-to-supabase/amazon-rds', description: 'Migrate your Amazon RDS database to Supabase.' }, { title: 'Postgres', icon: '/docs/img/icons/postgres-icon', href: '/guides/resources/migrating-to-supabase/postgres', description: 'Migrate your Postgres database to Supabase.' }, { title: 'MySQL', icon: '/docs/img/icons/mysql-icon', href: '/guides/resources/migrating-to-supabase/mysql', description: 'Migrate your MySQL database to Supabase.' }, { title: 'Microsoft SQL Server', icon: '/docs/img/icons/mssql-icon', href: '/guides/resources/migrating-to-supabase/mssql', description: 'Migrate your Microsoft SQL Server database to Supabase.' } ] .map((product) => { return ( {product.description} )

})}

Postgres resources

{ [ { title: 'Managing Indexes', hasLightIcon: true, href: '/guides/database/postgres/indexes', description: 'Improve query performance using various index types in Postgres.' }, { title: 'Cascade Deletes', hasLightIcon: true, href: '/guides/database/postgres/cascade-deletes', description: 'Understand the types of foreign key constraint deletes.' }, { title: 'Drop all tables in schema', hasLightIcon: true, href: '/guides/database/postgres/dropping-all-tables-in-schema', description: 'Delete all tables in a given schema.' }, { title: 'Select first row per group', hasLightIcon: true, href: '/guides/database/postgres/first-row-in-group', description: 'Retrieve the first row in each distinct group.' }, { title: 'Print PostgreSQL version', hasLightIcon: true, href: '/guides/database/postgres/which-version-of-postgres', description: 'Find out which version of Postgres you are running.' } ] .map((resource) => { return ( {resource.description} )

})}

{/* end of container */}